Release 10.1A: OpenEdge Development:
Progress Dynamics Managers API Reference


Temp-tables used by Configuration File Manager

The Configuration File Manager uses several temp-tables to store information used in starting the framework.

Table 1–2 describes the temp-tables defined in afxmlcfgtt.i. The preprocessors included in the names of certain tables allow you to easily incorporate temp-tables for custom managers.

Table 1–2: Temp-tables defined in af\sup2\afxmlcfgtt.i
Temp-table
Fields
(data types)
ttManager{&ttManagerExt}
cSessionType (Character)
iOrder (Integer)
cManagerName (Character)
cFileName (Character)
cHandleName (Character)
cSuperOf (Character)
hHandle (Handle)
iUniqueID (Integer)
iDBOrder (Integer)
iCFGOrder (Integer)
lUpdated (Logical)
lDelete (Logical)
ttParam
cOption (Character)
cValue (Character)
cDispValue (Character)
ttProperty
cSessionType (Character)
cProperty (Character)
cValue (Character)
lUpdated (Logical)
lDelete (Logical)
ttService{&ttServiceExt}
cSessionType (Character)
iOrder (Integer)
cServiceType (Character)
cServiceName (Character)
cPhysicalService (Character)
cConnectParams (Character)
lDefaultService (Logical)
lConnectAtStartup (Logical)
lCanRunLocal (Logical)
iStartOrder (Integer)
iDBOrder (Integer)
iCFGOrder (Integer)
lUpdated (Logical)
lDelete (Logical)
ttSession{&ttSessionExt}
cSessionType (Character)
{&session-table-fields}

The Configuration File Manager uses the temp-table described in Table 1–3 to store information about the nodes in the configuration file, icfconfig.xml.

Table 1–3: Temp-table defined in af\sup2\afttnode.i
Temp-table
Fields
(data types)
ttNode
cNode (Character)
cValue (Character)
iNodeLevel (Integer)
lDelete (Logical)


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095